var runtime.finq
11 uses
runtime (current package)
mfinal.go#L45: var finq *finblock // list of finalizers that are to be executed
mfinal.go#L106: if finq == nil || finq.cnt == uint32(len(finq.fin)) {
mfinal.go#L129: block.next = finq
mfinal.go#L130: finq = block
mfinal.go#L132: f := &finq.fin[finq.cnt]
mfinal.go#L133: atomic.Xadd(&finq.cnt, +1) // Sync with markroots
mfinal.go#L190: fb := finq
mfinal.go#L191: finq = nil
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |